home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / imagetxt.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-25  |  187 b   |  12 lines

  1. on(release){
  2.    tellTarget("/menu/S")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    tellTarget("/menu/S/success/text_S")
  7.    {
  8.       gotoAndStop("On");
  9.    }
  10.    unloadMovie("/txtboxes");
  11. }
  12.